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
 
  

Attachment: ulc_project.gif
Description: GIF image

Reply via email to