Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-core-dev] incorrect classpath ???

Hello everyBody,

I have a simple plug-in (the simplest one ; generated by the wizard, no more).
The I create Ant build file (rignt clic on manifest), then run :
here is what I get :
@dot:
       [mkdir] Created dir: /home/lbr/workspace/test.pde/temp.folder/@dot.bin
[javac] Compiling 1 source files to /home/lbr/workspace/test.pde/temp.folder/@dot.bin [javac] incorrect classpath: /usr/lib/eclipse-3.2/plugins/org.eclipse.osgi_3.2.0.v20060601.jar[+org/osgi/framework/*
       [javac] incorrect classpath: ?**/*]
...

With a term :
 ant @dot
Buildfile: build.xml

properties:

init:

@dot:
    [mkdir] Created dir: /home/lbr/workspace/test.pde/temp.folder/@dot.bin
[javac] Compiling 16 source files to /home/lbr/workspace/test.pde/temp.folder/@dot.bin
    [copy] Copying 1 file to /home/lbr/workspace/test.pde/@dot
   [delete] Deleting directory /home/lbr/workspace/test.pde/temp.folder/@dot.bin

BUILD SUCCESSFUL
Total time: 4 seconds

In other word it seems to work this way


Do you have an idea why within eclipse i can't build anything ??????????

Thanks in advance.

Laurent Broqué


Back to the top