Hi Gjivo, The picture shows that you are in Navigator view of Java Perspective.
Please change the view to Package Explorer and then try export. I hope this helps. Thanks and regards, Janak >-----Original Message----- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] Behalf Of Gjivo Tikvica >Sent: Friday, November 17, 2006 2:14 PM >To: [email protected]; 'Sandro Pedrazzini' >Subject: [ULC-developer] ULC Servelt Export Wizard > > >I sent you an attachment, project has name Test2. That is elementary >project created with New / ULC Java project in the Eclipse Menu. When I >right click on project Text2 I select Export / ULC Servlet Export Wizard >and click on Next, every time I got message : No right ULC project >selected for this export operation: > >.classpath ><?xml version="1.0" encoding="UTF-8"?> ><classpath> > <classpathentry kind="src" path="development-launchers"/> > <classpathentry kind="src" path="application"/> > <classpathentry kind="src" path="test"/> > <classpathentry kind="src" path="resources"/> > <classpathentry kind="src" path="client-extensions"/> > <classpathentry kind="con" >path="org.eclipse.jdt.launching.JRE_CONTAINER"/> > <classpathentry kind="con" path="ULC_CONTAINER/6.1.1"/> > <classpathentry kind="output" path="bin"/> ></classpath> > >.project ><?xml version="1.0" encoding="UTF-8"?> ><projectDescription> > <name>Test2</name> > <comment></comment> > <projects> > </projects> > <buildSpec> > <buildCommand> > <name>org.eclipse.jdt.core.javabuilder</name> > <arguments> > </arguments> > </buildCommand> > </buildSpec> > <natures> > <nature>org.eclipse.jdt.core.javanature</nature> > ><nature>com.canoo.ulc.eclipse.ulcintegration.ulcNature</nature> > </natures> ></projectDescription> > >.ulcproperties >#last update >#Fri Nov 17 09:22:03 CET 2006 >ULC_LIC= >ULC_HOME=D\:\\Java\\ULC 6.1.1 > >Project works correctly when I run it in Eclipse. I can make manually >build.xml to create .war file, but I cant make it through ULC Servlet >Export Wizard. > > > >Hi Gjivo, > >Did you create the ULC project with the "new / ULC Java Project" >command available in the Eclipse Menu? >The Export wizard checks for the right structure, i.e. "application" >source folder, "client-extensions" src folder, etc. >In order to start the export, you must select the project (within the >Java perspective, as Janak already pointed out). > >If it still does not work, can you sen me a snapshot of your project >structure? > >Regards >Sandro > > > >-- >No virus found in this outgoing message. >Checked by AVG Free Edition. >Version: 7.5.430 / Virus Database: 268.14.6/536 - Release Date: >16.11.2006 15:51 > > > _______________________________________________ ULC-developer mailing list [email protected] http://lists.canoo.com/mailman/listinfo/ulc-developer
