Haomeng / signavio-core-components

Automatically exported from code.google.com/p/signavio-core-components
GNU General Public License v3.0
0 stars 0 forks source link

can not deploy to tomcat #19

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.check out the signavio source from google code
2.run ant build-and-deploy-all-in-one-war-to-tomcat
3.BUILD FAILED

What version of the product are you using? On what operating system?

tomcat6.0+win7

Please provide any additional information below.

D:\Workspaces\signavio-core-components\trunk>ant build-and-deploy-all-in-one-war
-to-tomcat
Buildfile: D:\Workspaces\signavio-core-components\trunk\build.xml

undeploy-all-in-one-war-from-tomcat:

clean:
   [delete] Deleting directory D:\Workspaces\signavio-core-components\trunk\buil
d
   [delete] Deleting directory D:\Workspaces\signavio-core-components\trunk\targ
et

configure-applications:

com.signavio.configuration.createVersionFile:

com.signavio.configuration.copy.editor:
     [copy] Copying 1 file to D:\Workspaces\signavio-core-components\trunk\edito
r\src\scripts\Plugins
     [copy] Copying 1 file to D:\Workspaces\signavio-core-components\trunk\edito
r\data\stencilsets
     [copy] Copying 1 file to D:\Workspaces\signavio-core-components\trunk\edito
r\data\stencilsets\extensions
     [copy] Copying 1 file to D:\Workspaces\signavio-core-components\trunk\edito
r\src\scripts\Plugins

com.signavio.configuration.copy.explorer:
     [copy] Copying 7 files to D:\Workspaces\signavio-core-components\trunk\expl
orer\src

com.signavio.configuration.copy.platform:
     [copy] Copying 1 file to D:\Workspaces\signavio-core-components\trunk\platf
orm\WebContent\WEB-INF\xml\editor
     [copy] Copying 1 file to D:\Workspaces\signavio-core-components\trunk\platf
orm\WebContent\WEB-INF\json
     [copy] Copying 1 file to D:\Workspaces\signavio-core-components\trunk\platf
orm\WebContent\WEB-INF\json

com.signavio.configuration.copy:
     [echo]
     [echo]             Configuration: Activiti
     [echo]

prepare-explorer-for-all-in-one-war:
     [copy] Copying 1 file to D:\Workspaces\signavio-core-components\trunk\build
\explorer

build-all-in-one-war:
    [mkdir] Created dir: D:\Workspaces\signavio-core-components\trunk\target

com.signavio.editor.clean:
   [delete] Deleting directory D:\Workspaces\signavio-core-components\trunk\edit
or\build

com.signavio.editor.copy.staticressources:
     [copy] Copying 1 file to D:\Workspaces\signavio-core-components\trunk\edito
r\build\editor
     [copy] Copying 2 files to D:\Workspaces\signavio-core-components\trunk\edit
or\build\editor\css
     [copy] Copying 122 files to D:\Workspaces\signavio-core-components\trunk\ed
itor\build\editor\images
     [copy] Copying 4 files to D:\Workspaces\signavio-core-components\trunk\edit
or\build\editor\i18n

com.signavio.editor.js.concat:

com.signavio.editor.js.compress:

BUILD FAILED
D:\Workspaces\signavio-core-components\trunk\build.xml:64: The following error o
ccurred while executing this line:
D:\Workspaces\signavio-core-components\trunk\editor\build.xml:118: Java returned
: 2

Total time: 4 seconds

Original issue reported on code.google.com by cai...@sufesp.com on 7 Apr 2011 at 5:05

GoogleCodeExporter commented 8 years ago
not reproducable

Original comment by nicolas....@signavio.com on 26 Sep 2011 at 9:50

GoogleCodeExporter commented 8 years ago
I am faced with exactly the same problem: (Windows Vista + Java 1.7)

Buildfile: E:\BPM_software\signavio-core-components\build.xml

undeploy-all-in-one-war-from-tomcat:

clean:

configure-applications:

com.signavio.configuration.createVersionFile:
    [mkdir] Created dir: E:\BPM_software\signavio-core-components\configuration\
build

com.signavio.configuration.copy.editor:
     [copy] Copying 1 file to E:\BPM_software\signavio-core-components\editor\sr
c\scripts\Plugins
     [copy] Copying 1 file to E:\BPM_software\signavio-core-components\editor\da
ta\stencilsets
     [copy] Copying 1 file to E:\BPM_software\signavio-core-components\editor\da
ta\stencilsets\extensions
     [copy] Copying 1 file to E:\BPM_software\signavio-core-components\editor\sr
c\scripts\Plugins

com.signavio.configuration.copy.explorer:
     [copy] Copying 7 files to E:\BPM_software\signavio-core-components\explorer
\src

com.signavio.configuration.copy.platform:
     [copy] Copying 1 file to E:\BPM_software\signavio-core-components\platform\
WebContent\WEB-INF\xml\editor
     [copy] Copying 1 file to E:\BPM_software\signavio-core-components\platform\
WebContent\WEB-INF\json
     [copy] Copying 1 file to E:\BPM_software\signavio-core-components\platform\
WebContent\WEB-INF\json

com.signavio.configuration.copy:
     [echo]
     [echo]             Configuration: Activiti
     [echo]

prepare-explorer-for-all-in-one-war:
     [copy] Copying 1 file to E:\BPM_software\signavio-core-components\build\exp
lorer

build-all-in-one-war:
    [mkdir] Created dir: E:\BPM_software\signavio-core-components\target

com.signavio.editor.clean:

com.signavio.editor.copy.staticressources:
     [copy] Copying 1 file to E:\BPM_software\signavio-core-components\editor\bu
ild\editor
     [copy] Copying 2 files to E:\BPM_software\signavio-core-components\editor\b
uild\editor\css
     [copy] Copying 122 files to E:\BPM_software\signavio-core-components\editor
\build\editor\images
     [copy] Copying 4 files to E:\BPM_software\signavio-core-components\editor\b
uild\editor\i18n

com.signavio.editor.js.concat:

com.signavio.editor.js.compress:

BUILD FAILED
E:\BPM_software\signavio-core-components\build.xml:64: The following error occur
red while executing this line:
E:\BPM_software\signavio-core-components\editor\build.xml:118: Java returned: 2

Total time: 7 seconds

E:\BPM_software\signavio-core-components>ant build-and-deploy-all-in-one-war
Buildfile: E:\BPM_software\signavio-core-components\build.xml

BUILD FAILED
Target "build-and-deploy-all-in-one-war" does not exist in the project "Signavio
 Core Components - Main Build Script".

Total time: 0 seconds

E:\BPM_software\signavio-core-components>ant build-all-in-one-war
Buildfile: E:\BPM_software\signavio-core-components\build.xml

clean:
   [delete] Deleting directory E:\BPM_software\signavio-core-components\build
   [delete] Deleting directory E:\BPM_software\signavio-core-components\target

configure-applications:

com.signavio.configuration.createVersionFile:

com.signavio.configuration.copy.editor:
     [copy] Copying 1 file to E:\BPM_software\signavio-core-components\editor\sr
c\scripts\Plugins
     [copy] Copying 1 file to E:\BPM_software\signavio-core-components\editor\da
ta\stencilsets
     [copy] Copying 1 file to E:\BPM_software\signavio-core-components\editor\da
ta\stencilsets\extensions
     [copy] Copying 1 file to E:\BPM_software\signavio-core-components\editor\sr
c\scripts\Plugins

com.signavio.configuration.copy.explorer:
     [copy] Copying 7 files to E:\BPM_software\signavio-core-components\explorer
\src

com.signavio.configuration.copy.platform:
     [copy] Copying 1 file to E:\BPM_software\signavio-core-components\platform\
WebContent\WEB-INF\xml\editor
     [copy] Copying 1 file to E:\BPM_software\signavio-core-components\platform\
WebContent\WEB-INF\json
     [copy] Copying 1 file to E:\BPM_software\signavio-core-components\platform\
WebContent\WEB-INF\json

com.signavio.configuration.copy:
     [echo]
     [echo]             Configuration: Activiti
     [echo]

prepare-explorer-for-all-in-one-war:
     [copy] Copying 1 file to E:\BPM_software\signavio-core-components\build\exp
lorer

build-all-in-one-war:
    [mkdir] Created dir: E:\BPM_software\signavio-core-components\target

com.signavio.editor.clean:
   [delete] Deleting directory E:\BPM_software\signavio-core-components\editor\b
uild

com.signavio.editor.copy.staticressources:
     [copy] Copying 1 file to E:\BPM_software\signavio-core-components\editor\bu
ild\editor
     [copy] Copying 2 files to E:\BPM_software\signavio-core-components\editor\b
uild\editor\css
     [copy] Copying 122 files to E:\BPM_software\signavio-core-components\editor
\build\editor\images
     [copy] Copying 4 files to E:\BPM_software\signavio-core-components\editor\b
uild\editor\i18n

com.signavio.editor.js.concat:

com.signavio.editor.js.compress:

BUILD FAILED
E:\BPM_software\signavio-core-components\build.xml:64: The following error occur
red while executing this line:
E:\BPM_software\signavio-core-components\editor\build.xml:118: Java returned: 2

Total time: 6 seconds

Original comment by zhuqiuxi...@gmail.com on 12 Nov 2011 at 11:10

GoogleCodeExporter commented 8 years ago
add this line <property name="charset" value="utf-8"/> in  
signavio-core-components\editor\build.xml

Original comment by zhou.ren...@gmail.com on 17 Nov 2011 at 2:56

GoogleCodeExporter commented 8 years ago
Please check your encoding configurations as described in installation wiki 
page. Then this change in build.xml is not necessary.

Original comment by nicolas....@signavio.com on 18 Nov 2011 at 11:19

GoogleCodeExporter commented 8 years ago
Buildfile: E:\eclipse\workspace\Signavio Core Components\editor\build.xml
com.signavio.editor.clean:
   [delete] Deleting directory E:\eclipse\workspace\Signavio Core Components\editor\build
com.signavio.editor.copy.staticressources:
     [copy] Copying 1 file to E:\eclipse\workspace\Signavio Core Components\editor\build\editor
     [copy] Copying 2 files to E:\eclipse\workspace\Signavio Core Components\editor\build\editor\css
     [copy] Copying 122 files to E:\eclipse\workspace\Signavio Core Components\editor\build\editor\images
     [copy] Copying 4 files to E:\eclipse\workspace\Signavio Core Components\editor\build\editor\i18n
com.signavio.editor.js.concat:
com.signavio.editor.js.compress:

BUILD FAILED
E:\eclipse\workspace\Signavio Core Components\editor\build.xml:119: Java 
returned: 2

Total time: 3 seconds

Original comment by GIGAZh...@gmail.com on 28 Feb 2012 at 5:23

GoogleCodeExporter commented 8 years ago
<property name="charset" value="utf-8"/>   added,,go on ,,,how to fix this 
question.

Original comment by GIGAZh...@gmail.com on 28 Feb 2012 at 5:24