Do it as says: *Either open the project in the IDE and assign the server or setup the server classpath manually*
Right click on the Project, and then click on *"Resolve Missing Server Problem"* and select your server. On Sat, Feb 21, 2009 at 2:33 PM, Sanith_h <sanit...@gmail.com> wrote: > > My built is failing because of the error below? Does anyone know how > to resolve this? Thanks.. > > The Java EE server classpath is not correctly set up. Your active > server type is ${j2ee.server.type}. > Either open the project in the IDE and assign the server or setup the > server classpath manually. > For example like this: > ant -Duser.properties.file=<path_to_property_file> (where you > put the property "j2ee.platform.classpath" in a .properties file) > or ant -Dj2ee.platform.classpath=<server_classpath> (where no > properties file is used) > </fail> > > > The libs.CopyLibs.classpath property is not set up. > This property must point to > org-netbeans-modules-java-j2seproject-copylibstask.jar file which is > part > of NetBeans IDE installation and is usually located at > <netbeans_installation>/java<version>/ant/extra folder. > Either open the project in the IDE and make sure CopyLibs library > exists or setup the property manually. For example like this: > ant -Dlibs.CopyLibs.classpath=a/path/to/org-netbeans-modules-java- > j2seproject-copylibstask.jar > > I have tried CopyLibs path in project.properties file. However, there > is no luck yet. > > ant -Dlibs.CopyLibs.classpath=C:\Program Files\NetBeans 6.5\java2\ant > \extra\org-netbeans-modules-java-j2seproject-copylibstask.jar > ant -Dj2ee.platform.classpath= > > > > > -- Mick Timony --- Ever tried. Ever failed. No matter. Try Again. Fail again. Fail better. -- S. Beckett --- --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Java EE (J2EE) Programming with Passion!" group. To post to this group, send email to java-ee-j2ee-programming-with-passion@googlegroups.com To unsubscribe from this group, send email to java-ee-j2ee-programming-with-passion+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/java-ee-j2ee-programming-with-passion?hl=en -~----------~----~----~----~------~----~------~--~---