score:0
to remove test files (if you defined for every plugin project a source folder and a test folder) from the code while building a pde project using pde ant scripts you should remove the test folder from the build.properties of that project. the build.properties is a part of plugin.xml
score:1
this is an issue with your deployment procedure/script. are you using eclipse to build the jar ? it should not have to do with the build path, you should keep your test source in the build path if you use eclipse to code them. usually a deployment procedure using ant or maven will exclude the test classes from the result (jar, war, ...). it is also advisable to automatically run the tests before the jar is created.
Source: stackoverflow.com
Related Query
- Shall I add my unit test folder to the java build path in Eclipse?
- Eclipse "this compilation unit is not on the build path of a java project"
- Eclipse removing a test folder from the build path
- How to add the android-async-http.JAR in Eclipse Java Build Path
- Eclipse error "This compilation unit is not on the build path of a Java project
- Eclipse Maven - Code Completion fails "This compilation unit is not on the build path of a Java project" and "Failed to Download Index" Error
- how to work with maven under eclipse ("This compilation unit is not on the build path of a java project")
- This compilation unit is not on the build path of a Java project
- How do I add a shortcut key to Eclipse 3.2 Java plug-in to build the current project?
- Compilation unit is not on the build path of a Java project
- Eclipse - cant add jar to build path. jar is inside the lib folder of project, but not visible
- "This compilation unit is not on the build path of a java project" -Eclipse
- How to add a folder to java build path as library, having multiple jars or entries in it?
- Debugging with Jetty Maven Plugin in Eclipse on multi module project: Compilation unit not on the build path
- Eclipse - return excluded java file back to the build path
- Eclipse Oxygen This compilation unit is not on build path of java project
- Java Eclipse Java Build Path add Projects ClassNotFoundException
- Can an Ant build script to reference the Eclipse plugin folder without full path details?
- The compilation unit is not on the build path of a Java project - Maven
- How to add a project in the build path in Eclipse
- Eclipse error in JSP file: The superclass "javax.servlet.http.HttpServlet" was not found on the java build path
- How to change the order of entries in "order and export tab" of eclipse java build path programmatically?
- Test cases in new folder created parallel to src/test/java in latest Eclipse IDE maven java project is not executing the test cases
- Is there a way for Eclipse to run Java unit tests in the same way a unix (TeamCity) build host can? org.junit.ComparisonFailure issue
- How do I get the gradle eclipse plugin to build a classpath including my additional java test task dependencies
- Java + Eclipse SWT project, trying to get folder path into the "jar"
- Adding external class folder to the build path in Eclipse
- class not found exception in eclipse even though the user library containg jar file is in java build path
- Eclipse wouldn't build project because of a "build path pr0blem", but the source folder does exist
- Eclipse wouldn't build project because of a "build path pr0blem", but the source folder does exist
More Query from same tag
- How to get Full Screen View in Eclipse Indigo
- missing google play service in extras folder
- Eclipse 4.17.0 - Cannot open Eclipse Marketplace - NullPointerException
- No source available in Eclipse
- how use Singleton object in different class loader....?
- Why VS2015 intellisense shows error on C++11 user defined literals (UDL)
- Eclipse optimize imports to include static members and methods
- Eclipse ADT "undefined reference to (custom class)", but works fine in Xcode (using Cocos2dx)
- Attempt to call global function is nil, but function is not shown in debugger?
- How do I turn off the "Visible only for test sources" feature in Eclipse Photon?
- QT Eclipse Integration - Adding External Libs
- android TextView set text issue
- How to make Eclipse autocomplete work with JSF composite components in JAR?
- Use eclipse without project directory structure?
- Filtering of console output in Eclipse
- MercurialEclipse - Show History not working
- Failed to install apk on device 'emulator-5554': timeout
- How to remove auto-discovered paths after compiling on Linux from Eclipse CDT project?
- Tomcat V7.0 server out of memory error in eclipse
- How to configure SWI-prolog with Java on Eclipse on OS X (JPL)
- Program Not Updating (Closed)
- OSX - Eclipse - ADT
- How to communicate with a Virtual Machine in Java?
- Creating a Android left panel just like the one in "TV & Movies" application in google tv
- PyDev: project not visible
- Configuring the install location for eclipse
- Shorcut in NetBeans or Eclipse for currency symbol
- Automatically format statement when I type a ; (semicolon) in Eclipse
- reading txt file with numbers and saving in it in a String Matrix
- Scene builder import to eclipse