Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatically exclude jquery.mobile directory from build and put .js back on jquery.min file #53

Open
GoogleCodeExporter opened this issue Mar 29, 2016 · 3 comments

Comments

@GoogleCodeExporter
Copy link

Equivalent to Right click on project -> Properties -> JavaScript -> Include 
Path -> Exclude -> Edit

more a/.settings/.jsdtscope 
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
        <classpathentry excluding="assets/www/jquery.mobile/*|xyzzy" kind="src" path=""/>
        <classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.JRE_CONTAINER"/>
        <classpathentry kind="output" path=""/>
</classpath>



Original issue reported on code.google.com by [email protected] on 16 Dec 2011 at 10:32

@GoogleCodeExporter
Copy link
Author

Original comment by [email protected] on 2 Feb 2012 at 8:05

  • Added labels: Milestone-Release1.2.7

@GoogleCodeExporter
Copy link
Author

Issue 65 has been merged into this issue.

Original comment by [email protected] on 2 Feb 2012 at 8:05

@GoogleCodeExporter
Copy link
Author

Looks more complicated than I hoped ...

I tried to copy the right files to {project}/.settings/*, but ....

        // Don't try to do JSDT validation on huge, error-prone, slow files like jquery mobile and sencha touch sources
        // Doesn't work. Besides the .jsdtscope file, a directory structure in .metadata needs to be set up
//        try {
//            PhonegapProjectPopulate.bundleCopy("/resources/settingsInit", 
//                    Platform.getLocation().toString() + "/"+ 
mNewAndroidProject.getName() + "/.settings/");
//        } catch (Exception e1) {
//            // TODO - warning that exclusions didn't get set up
//        }

Original comment by [email protected] on 2 Feb 2012 at 11:39

  • Removed labels: Milestone-Release1.2.7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant