cancel
Showing results for 
Search instead for 
Did you mean: 

run FirstJCRClient (server not found)

wassim
Champ in-the-making
Champ in-the-making
Problem server not found
when Running (/alfresco/projects/sdk/samples/FirstJCRClient)
when I compile the build.xml of the project "FirstJCRClient",
and this is the error :
Buildfile: C:\eclipse\workspace\alfresco\projects\sdk\samples\JCRSamples\build.xml
compile:
    [javac] Compiling 3 source files to C:\eclipse\workspace\alfresco\projects\sdk\samples\JCRSamples\build

BUILD FAILED
C:\eclipse\workspace\alfresco\projects\sdk\samples\JCRSamples\build.xml:15: C:\eclipse\workspace\alfresco\projects\sdk\lib\server not found.

Total time: 171 milliseconds

Please Help me!
1 REPLY 1

dranakan
Champ on-the-rise
Champ on-the-rise
Hello,

I had the same problem in my project when I used Ant :

BUILD FAILED
[javac] … \lib\server not found.

In my case, this problem was generated by a java class (XXX.java) with the content in comment (for a certain reason, I have commented all the content of the XXX.java). Uncomment and after all ok…

You can try to use Ant with the argument "-d" to show more information.