0N/A@echo off
398N/AREM
398N/AREM Copyright (c) 2010-2011 Oracle and/or its affiliates. All rights reserved.
398N/AREM
398N/AREM Redistribution and use in source and binary forms, with or without
398N/AREM modification, are permitted provided that the following conditions
398N/AREM are met:
398N/AREM
398N/AREM - Redistributions of source code must retain the above copyright
398N/AREM notice, this list of conditions and the following disclaimer.
398N/AREM
398N/AREM - Redistributions in binary form must reproduce the above copyright
398N/AREM notice, this list of conditions and the following disclaimer in the
398N/AREM documentation and/or other materials provided with the distribution.
398N/AREM
398N/AREM - Neither the name of Oracle nor the names of its
398N/AREM contributors may be used to endorse or promote products derived
398N/AREM from this software without specific prior written permission.
398N/AREM
398N/AREM THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
398N/AREM IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
398N/AREM THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
398N/AREM PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
398N/AREM CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
398N/AREM EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
398N/AREM PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
398N/AREM PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
398N/AREM LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
398N/AREM NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
398N/AREM SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
398N/AREM
0N/Amkdir src\docroot\WEB-INF\classes
0N/Amkdir src\docroot\WEB-INF\classes\demo
0N/Amkdir src\docroot\WEB-INF\lib
0N/Acd src\classes
0N/Aecho compiling classes directory
0N/Ajavac -d ..\docroot\WEB-INF\classes demo\*.java
0N/Acd ..\taglib
0N/Aecho compiling lib directory
0N/Ajavac -classpath "..\docroot\WEB-INF\classes;%CLASSPATH%" demo\*.java
0N/Aecho creating tag library archive
399N/Ajar cvf ..\docroot\WEB-INF\lib\taglib.jar META-INF demo\*.class
0N/Adel demo\*.class
0N/Acd ..\docroot
0N/Aecho creating web archive
0N/Ajar cvf ..\..\javamail.war index.html *.jsp WEB-INF
0N/Acd WEB-INF\classes\demo
0N/Adel *.*
0N/Acd ..
0N/Armdir demo
0N/Acd ..
0N/Armdir classes
0N/Acd lib
0N/Adel *.*
0N/Acd ..
0N/Armdir lib
0N/Acd ..\..\..