cancel
Showing results for 
Search instead for 
Did you mean: 

change project name or ear?

Former Member
0 Kudos

Hi,

I'm making an application using adobe interactive forms, but now I need to change the url whereto it is deployed. Apart from the name of the application, do you need to change the name of the project or the name of the .ear-file. And what is the correct way to do so.

thanks in advance,

Tom

Accepted Solutions (1)

Accepted Solutions (1)

roberto_tagliento
Active Contributor
0 Kudos

Do a backup.

Copy the folder project and rename as you wish.

Into folder project you have this file

".project"

it contain something like this

*******************************

<?xml version="1.0" encoding="UTF-8"?>

<projectDescription>

<name>LocalDevelopment~YOU_WISH</name>

<comment>SAP Development Component Project</comment>

<projects>

</projects>

<buildSpec>

<buildCommand>

<name>com.sap.dictionary.tools.generation.GenerationBuilder</name>

<arguments>

</arguments>

</buildCommand>

<buildCommand>

<name>com.sap.ide.webdynpro.generation.GenerationBuilder</name>

<arguments>

</arguments>

</buildCommand>

<buildCommand>

<name>org.eclipse.jdt.core.javabuilder</name>

<arguments>

</arguments>

</buildCommand>

<buildCommand>

<name>com.tssap.selena.cmf.PatternBuilder</name>

<arguments>

</arguments>

</buildCommand>

</buildSpec>

<natures>

<nature>com.sap.ide.webdynpro.archivebuilder.WebDynproNature</nature>

<nature>com.sap.dictionary.tools.archivebuilder.DictionaryNature</nature>

<nature>org.eclipse.jdt.core.javanature</nature>

<nature>com.sap.ide.eclipse.component.provider.dcnature</nature>

<nature>com.tssap.selena.cmf.PatternNature</nature>

</natures>

</projectDescription>

*************************

Change this TAG

<name>LocalDevelopment~YOU_WISH</name>

Bye and tell me.

Answers (1)

Answers (1)

Former Member
0 Kudos

thank you very much for the quick reply!