I'm a committer on the Eclipse XSL Tools project, and am trying to get some
plugins to compile.   I can get a very basic plugin to work fine.   Just
standard warning messages are tossed.   You can see that setup at:

http://intellectualcramps.blogspot.com/2009/02/building-eclipse-pluginsfeatures.html

I'm having problems with a plugin that is a little more complicated and has
dependencies on the org.eclipse.wst.xml.ui plugin.

 [buildPlugin] source:
/home/dcarver/eclipse3.5/xsltworkspace/org.eclipse.wst.xml.xpath.ui/src-xpath
 [buildPlugin] source:
/home/dcarver/eclipse3.5/xsltworkspace/org.eclipse.wst.xml.xpath.ui/src
 [buildPlugin] WARN - No java runtime could be found for eclipse project
'org.eclipse.wst.xml.xpath.ui'. Possible reasons are: either there is no
JRE_CONTAINER specified on the classpath or there is no JavaRuntime
registered for the specified JRE_CONTAINER. Trying to use JRE from java.home
 [buildPlugin] WARN - Using JRE from java.home
(/home/dcarver/jrockit-jdk1.6.0_03/jre)
 [buildPlugin] ERROR - [ERROR]
org/eclipse/wst/xml/xpath/ui/views/EditNamespacePrefixDialog.java#27: The
import org.eclipse.wst.xml.ui.internal.dialogs.NamespaceInfoErrorHelper
cannot be resolved
 [buildPlugin] ERROR - [ERROR]
org/eclipse/wst/xml/xpath/ui/views/EditNamespacePrefixDialog.java#28: The
import org.eclipse.wst.xml.ui.internal.dialogs.UpdateListener cannot be
resolved
 [buildPlugin] ERROR - [ERROR]
org/eclipse/wst/xml/xpath/ui/views/EditNamespacePrefixDialog.java#29: The
import org.eclipse.wst.xml.ui.internal.nsedit.CommonEditNamespacesDialog
cannot be resolved


The JRE_Container is a common problem I've seen in the mailing list, however
none of the solutions here seemed to work.  I tried the latest source from
Sourceforge as well (is there newer source, I do not mind checking it out
and compiling) but get the same problem.  Is there a limit to the size of
the classpath it creates that is causing it not to find those jars that
contain the the classes needed for compilation.

I'm trying to use Ant4Eclipse to setup some local builds without having to
run a full eclipse instance just to compile a few plugins.   Any thoughts or
tips.   I'm willing to help debug and provide any additional information you
may need.

-- 
View this message in context: 
http://www.nabble.com/BuildPlugin-Eclipse-3.4-3.5-tp21881672p21881672.html
Sent from the ant4eclipse-user mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
Ant4eclipse-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ant4eclipse-user

Reply via email to